'Declaration Public Overloads Sub Write( _ ByVal buffer() As Byte _ )
'Usage Dim instance As SessionStream Dim buffer() As Byte instance.Write(buffer)
public void Write( byte[] buffer )
public: void Write( byte[]* buffer )
public: void Write( array<byte>^ buffer )
SessionStream Class SessionStream Members Overload List